func crypto/internal/edwards25519.checkInitialized
8 uses
crypto/internal/edwards25519 (current package)
edwards25519.go#L40: func checkInitialized(points ...*Point) {
edwards25519.go#L123: checkInitialized(v)
edwards25519.go#L258: checkInitialized(p, q)
edwards25519.go#L266: checkInitialized(p, q)
edwards25519.go#L374: checkInitialized(p)
edwards25519.go#L384: checkInitialized(v, u)
scalarmult.go#L86: checkInitialized(q)
scalarmult.go#L144: checkInitialized(A)
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |